projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab9ffd1
)
(Fsave_window_excursion): Add usage: string to doc string.
author
Miles Bader
<miles@gnu.org>
Sun, 21 Oct 2001 15:28:03 +0000
(15:28 +0000)
committer
Miles Bader
<miles@gnu.org>
Sun, 21 Oct 2001 15:28:03 +0000
(15:28 +0000)
src/window.c
patch
|
blob
|
history
diff --git
a/src/window.c
b/src/window.c
index c8a348bf6261bfb651e3072a62d23ac91e06504d..a510db6fab6f86b4328ecb830722a2fb63af7a93 100644
(file)
--- a/
src/window.c
+++ b/
src/window.c
@@
-5297,7
+5297,8
@@
Restore which buffer appears in which window, where display starts,
and the value of point and mark for each window.
Also restore the choice of selected window.
Also restore which buffer is current.
-Does not restore the value of point in current buffer. */)
+Does not restore the value of point in current buffer.
+usage: (save-window-excursion BODY ...) */)
(args)
Lisp_Object args;
{